projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0472c1b
)
Fix wording of a comment for the ${TIT} rule.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Mar 2001 10:03:42 +0000
(10:03 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Mar 2001 10:03:42 +0000
(10:03 +0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index a42560059e2efee5030e855574d4c01a9cf98241..3ae5ef86e7140d59df42901a9e0ccd7929009e02 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-160,7
+160,8
@@
${SUBDIRS}:
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
# The "if [ -f $@ ]; then true; " part prevents parallel Make's
-# which don't honor .NOTPARALLEL, such as SGI's Make.
+# which don't honor .NOTPARALLEL, such as SGI's Make, from running
+# this rule many times, one each for every file it creates.
${TIT}:
if [ -d quail ]; then true; else make quail; fi
if [ -f $@ ]; then true; else \